home *** CD-ROM | disk | FTP | other *** search
- Path: ias_ppp0115.iamerica.net!72274.264
- From: 72274.264@compuserve.com (Sergey Kurtsev)
- Newsgroups: comp.lang.c++
- Subject: Re: Why C++ sucks++
- Date: Wed, 31 Jan 1996 05:38:16 -0500
- Organization: Hello, all.
- Message-ID: <72274.264.53.0051923A@compuserve.com>
- References: <1996Jan29.223357.1@aspen>
- NNTP-Posting-Host: ias_ppp0115.iamerica.net
- X-Newsreader: Trumpet for Windows [Version 1.0 Rev B]
-
- In article <1996Jan29.223357.1@aspen> ferriom@aspen writes:
-
-
- <
- BASIC skipped
- FORTRAN skipped
- PASCAL skipped
- _WHATEVERITIS_ skipped (by the way - what is it?)
- C++ skipped
- >
-
-
- Couldn't you just write for C/C++:
-
- #include <stdio.h>
-
- main()
- {
- printf("Hello world\n");
- }
-
-
- Ahhh?...
-
- Good luck in
-
- ORG 100h
- .CODE
- LEA DX,text1
- MOV AH,09h
- INT 21h
- INT 20h
-
- .DATA
- text1 DB "Hello world",10,13,'$'
-
-
- With [beep:-] from
- Sergey.
-